diff options
Diffstat (limited to 'app/api/files/[...path]/route.ts')
| -rw-r--r-- | app/api/files/[...path]/route.ts | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/app/api/files/[...path]/route.ts b/app/api/files/[...path]/route.ts index a3bd67af..c9d530de 100644 --- a/app/api/files/[...path]/route.ts +++ b/app/api/files/[...path]/route.ts @@ -36,7 +36,14 @@ const isAllowedPath = (requestedPath: string): boolean => { 'vendorFormReportSample', 'vendorFormData', 'uploads', - 'tech-sales' + 'tech-sales', + 'techsales-rfq', + 'tech-vendors', + 'vendor-investigation', + 'vendor-responses', + 'vendor-evaluation', + 'vendor-evaluation-submit', + 'vendor-attachments', ]; return allowedPaths.some(allowed => |
